Tootsville-User::Getconfig

Function

Getconfig names a function, with lambda list (&REST WORDS):

Reads a configuration key.

All WORDS are expected to be the keywords on the path to the config value.

Usage

#getconfig PROPERTY
#getconfig PROP1 PROP2 [...]

Example

#getconfig taskmaster devel

Returns the value of the selected configuration property as a string. If the selected property is a key with multiple values (as a property list --- plist) associated with it, returns the entire plist (and possibly, nested plists).

Changes from 1.2 to 2.0

The format of the configuration file is completely different. The Java properties file has been replaced with a Lisp property list (plist) tree structure which is arranged entirely differerently.

File

Defined in file src/infinity/legacy-ops.lisp.